home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00092.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  481 b   |  18 lines

  1. on mouseUp
  2.   set the movieRate of sprite 28 to 0
  3.   set the movieRate of sprite 25 to 0
  4.   set the movieRate of sprite 31 to 0
  5.   set the movieRate of sprite 34 to 0
  6.   set the movieRate of sprite 22 to 0
  7.   set the movieRate of sprite 29 to 0
  8.   set the stopTime of sprite 25 to 0
  9.   set the stopTime of sprite 21 to 140
  10.   set the movieTime of sprite 31 to 0
  11.   set the movieRate of sprite 31 to -1
  12.   if the frame < 1900 then
  13.     go("strips")
  14.   else
  15.     play frame "stripsa"
  16.   end if
  17. end
  18.